home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz Kr0nlcKLeZ 1 / HaCKeRz Kr0nlcKLeZ.iso / hack.exe / 0 / RCDATA / TPOPUPIMAGEFORM / TPOPUPIMAGEFORM.txt
Encoding:
Text File  |  1997-05-21  |  515 b   |  27 lines

  1. object PopUpImageForm: TPopUpImageForm
  2.   Left = 609
  3.   Top = 120
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 133
  7.   ClientWidth = 150
  8.   Font.Color = clWindowText
  9.   Font.Height = -12
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Scaled = False
  13.   PixelsPerInch = 96
  14.   TextHeight = 15
  15.   object ImageArea: TNeoBookPaintBox
  16.     Left = 0
  17.     Top = 0
  18.     Width = 150
  19.     Height = 133
  20.     Align = alClient
  21.     Color = clWhite
  22.     ParentColor = False
  23.     OnClick = ImageClick
  24.     OnPaint = ImageAreaPaint
  25.   end
  26. end
  27.